home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_493 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2011-03-26  |  89 b   |  6 lines

  1. on(press){
  2.    _root.screen = "numplayers";
  3.    _parent.play();
  4.    _parent._y += 2;
  5. }
  6.